From 55f1ed171a7bfcac5ad08b4319c498b2fc8a72a4 Mon Sep 17 00:00:00 2001 From: Matthias Clasen Date: Tue, 23 Feb 2021 23:14:35 -0500 Subject: [PATCH] infobar: Add property annotations Connect properties, getters, and setters with annotations. --- gtk/gtkinfobar.c | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/gtk/gtkinfobar.c b/gtk/gtkinfobar.c index 7ecd342593..05ad893e18 100644 --- a/gtk/gtkinfobar.c +++ b/gtk/gtkinfobar.c @@ -48,10 +48,7 @@ #include "gtkgestureclick.h" /** - * SECTION:gtkinfobar - * @short_description: Report important messages to the user - * @include: gtk/gtk.h - * @see_also: #GtkStatusbar, #GtkMessageDialog + * GtkInfoBar: * * `GtkInfoBar` is a widget that can be used to show messages to * the user without showing a dialog. -- 2.30.2